projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d358f
)
(join-line): New alias.
author
Dave Love
<fx@gnu.org>
Fri, 15 Jan 1999 16:57:27 +0000
(16:57 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 15 Jan 1999 16:57:27 +0000
(16:57 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index c0be05d9e18c3e8f11b6007b075b1d65a877c788..94cff99ee576145266d852e1bc41ca5626f28c89 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-214,6
+214,8
@@
With argument, join this line to following line."
(delete-region (point) (+ (point) (length fill-prefix))))
(fixup-whitespace))))
+(defalias 'join-line #'delete-indentation) ; easier to find
+
(defun fixup-whitespace ()
"Fixup white space between objects around point.
Leave one space or none, according to the context."